home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / Copy Scripts / Exclude system cache files.dset < prev    next >
Encoding:
Extensible Markup Language  |  2005-04-06  |  1.3 KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Class</key>
  6.     <string>Include</string>
  7.     <key>Description</key>
  8.     <string>All system cache files (/var/db/NetworkInterfaces.xml, /Library/Caches/com.apple.LaunchServices.LocalCache.csstore, and /System/Library/Extenstions.kextcache) will be excluded by this script.</string>
  9.     <key>Directives</key>
  10.     <array>
  11.         <dict>
  12.             <key>Directive</key>
  13.             <string>exclude</string>
  14.             <key>Item</key>
  15.             <string>Library/Caches/com.apple.LaunchServices.*.csstore</string>
  16.         </dict>
  17.         <dict>
  18.             <key>Directive</key>
  19.             <string>exclude</string>
  20.             <key>Item</key>
  21.             <string>System/Library/Extensions.kextcache</string>
  22.         </dict>
  23.         <dict>
  24.             <key>Directive</key>
  25.             <string>exclude</string>
  26.             <key>Item</key>
  27.             <string>private/var/db/NetworkInterfaces.xml</string>
  28.         </dict>
  29.         <dict>
  30.             <key>Directive</key>
  31.             <string>exclude</string>
  32.             <key>Item</key>
  33.             <string>private/var/db/BootCache.playlist</string>
  34.         </dict>
  35.         <dict>
  36.             <key>Directive</key>
  37.             <string>exclude</string>
  38.             <key>Item</key>
  39.             <string>private/var/db/volinfo.database</string>
  40.         </dict>
  41.     </array>
  42.     <key>Include Directives</key>
  43.     <array/>
  44. </dict>
  45. </plist>
  46.